Merge freefall.cl.cam.ac.uk:/auto/groups/xeno/BK/xen-unstable.bk
into freefall.cl.cam.ac.uk:/auto/groups/xeno/users/cl349/BK/xen.bk-smp
void evtchn_do_upcall(struct pt_regs *regs);
/* Entry point for notifications into the userland character device. */
- void evtchn_device_upcall(int port);
+ asmlinkage void evtchn_device_upcall(int port);
+#ifdef XEN_EVTCHN_MASK_OPS
+
static inline void mask_evtchn(int port)
{
shared_info_t *s = HYPERVISOR_shared_info;